From d0f4e739999d56778a5bbdce0fd2e88e39e623f8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 14 Oct 2014 16:47:11 +0200 Subject: [PATCH] gtkwidget: Fix typo in comment --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index ee4e316718..6690d429f1 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -16701,7 +16701,7 @@ gtk_widget_init_template (GtkWidget *widget) /* This will build the template XML as children to the widget instance, also it * will validate that the template is created for the correct GType and assert that - * there is no infinate recursion. + * there is no infinite recursion. */ if (!_gtk_builder_extend_with_template (builder, widget, class_type, (const gchar *)g_bytes_get_data (template->data, NULL), -- 2.30.2